home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MaxiMac 2000 December
/
MaxiMac 109.iso
/
Macworld on CD n°109
/
Applications (Mac OS X PB)
/
MacOSX ScreenSavers
/
Source Code
/
Morphing Objects
/
GLMorph.h
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-10-05
|
291 b
|
21 lines
|
[
????/????
]
/* GLMorph.h created by epeyton on Thu 03-Dec-1998 */
#import <AppKit/AppKit.h>
#import <ScreenSaver/ScreenSaver.h>
@interface GLMorph : ScreenSaverView
{
id isMono;
id isUnshaded;
id window;
id objectArray;
NSOpenGLView *_view;
BOOL _initedGL;
}
@end